{
  "name": "Tennis App",
  "short_name": "Tennis",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#142429ff",
  "theme_color": "#142429ff",
  "orientation": "portrait",
  "icons": [
    {
        "src": "/app/static/img/android/android-launchericon-512-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-192-192.png",
        "sizes": "167x167",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-192-192.png",
        "sizes": "152x152",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-192-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-144-144.png",
        "sizes": "144x144",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-96-96.png",
        "sizes": "96x96",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-72-72.png",
        "sizes": "72x72",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/app/static/img/android/android-launchericon-48-48.png",
        "sizes": "48x48",
        "type": "image/png",
        "purpose": "maskable"
    }
  ]
 }